Skip to content

BCSS-23564 - feat(rds): add rds module#56

Draft
uzairharoon20 wants to merge 5 commits into
mainfrom
feature/BCSS-23564-rds-tf-module
Draft

BCSS-23564 - feat(rds): add rds module#56
uzairharoon20 wants to merge 5 commits into
mainfrom
feature/BCSS-23564-rds-tf-module

Conversation

@uzairharoon20

Copy link
Copy Markdown
Contributor

Description

Context

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@nhs-oliverslater nhs-oliverslater added enhancement New feature or request terraform Pull request that updates terraform code / modules labels Jun 16, 2026
Comment thread infrastructure/modules/rds/main.tf Outdated
@nhs-oliverslater nhs-oliverslater force-pushed the feature/BCSS-23564-rds-tf-module branch from 4ee8a5a to 07288ef Compare June 19, 2026 14:14
@nhs-oliverslater nhs-oliverslater changed the title Created inital RDS module feat(rds): add rds module Jun 22, 2026
@nhs-oliverslater nhs-oliverslater changed the title feat(rds): add rds module BCSS-23564 - feat(rds): add rds module Jun 23, 2026
uzairharoon20 and others added 5 commits June 24, 2026 11:38
- Added support for a new RDS module path in dependabot.yaml.
- Created .terraform.lock.hcl for the new RDS module.
- Updated README.md to include usage examples for PostgreSQL and Oracle RDS instances, along with security group and secrets manager integration.
- Modified context.tf to enable module creation based on the 'enabled' variable.
- Introduced locals.tf to define rds_identifier based on provided names.
- Updated main.tf to conditionally create RDS resources based on the 'enabled' variable.
- Enhanced variables.tf to include custom_name variable for explicit RDS instance naming.
- Updated versions.tf to require Terraform version >= 1.13 and AWS provider version >= 6.42.
@nhs-oliverslater nhs-oliverslater force-pushed the feature/BCSS-23564-rds-tf-module branch from 7b40422 to d1fba95 Compare June 24, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request terraform Pull request that updates terraform code / modules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants